/*### Content Display Styles ###*/

body {
    font-family: arial;
    margin: 10px;
    font-size: small;
}

.FOM a, .FOM a:visited, .content a, .content a:visited {
    color: #0000FF;
    text-decoration: none;
}

.FOM a:hover, .content a:hover {
    color: #0000FF;
    text-decoration: underline;
}

/*### Navigation Styles ###*/

ul#left_nav {
    margin: 0px;
    margin-left: 5px;
    padding: 0px;
    list-style: none;
    width: 170px;
    float: left;
    noindent;
    text-align: right;
    background: transparent;
}

ul#left_nav li.first {
    padding-left: 0px;
    padding-right: 0px;
    background-color: #8e5fc3
}

ul#left_nav li a {
    color: #fff;
    display: block;
    padding-right: 2px;
    font-size: 0.9em;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 1px;
}

ul#left_nav li a:hover {
    background-color: #8e5fc3;
    text-decoration: none;
    color: #000;
}

ul#left_nav li a.normal, ul#left_nav li a.normal:visited {
    padding: 0px 0px 0px 0px;
    font-size: 1em;
    display: inline;
    font-weight: normal;
    background: transparent;
}

ul#left_nav li span {
    background: url(NA_nav_bg_tr.gif) top right no-repeat;
    display: block;
    margin-bottom: 5px;
}

ul#left_nav li span span {
    background: url(NA_nav_bg_br.gif) bottom right no-repeat;
}

ul#left_nav li span span span {
    background: url(NA_nav_bg_bl.gif) bottom left no-repeat;
}

ul#left_nav li span span span span {
    background: url(NA_nav_bg_tl.gif) top left no-repeat;
}

ul#left_nav .innerNav, ul#left_nav .innerNavActive {
    padding: 0.35em;
}

/*### Layout Styles ###*/

#leftcontent {
    position: absolute;
    left: 0px;
    top: 105px;
    width: 175px;
    padding-right: 5px;
    padding-left: 5px;
    background-color: #fff;
}

#centercontent {
    border-left: 1px dotted #E8DFF3;
    min-height: 375px;
    margin-left: 181px;
    margin-right: 181px;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom: 8px;
}

html > body #centercontent {
    margin-left: 182px;
    margin-right: 182px;
}

#maincontent {
    margin-left: 16px;
    margin-right: 16px;
    padding: 3px 5px 8px;
    border: 0px solid black;
}

#hpmaincontent {
    margin-left: 181px;
    margin-right: 180px;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 3px;
    padding-bottom: 8px;
    border: 0px solid black;
}

html > body #maincontent {
    margin-left: 16px;
    margin-right: 16px;
}

#rightcontent {
    position: absolute;
    right: 10px;
    top: 100px;
    width: 170px;
    padding: 5px 5px 5px 5px;
}

.Header_left {
    float: left;
    width: 12px;
}

.Header_right {
    float: right;
    width: 17px;
}

.Header_centre {
    background: #8e5fc3;
    margin-left: 10px;
    margin-right: 17px;
    border-radius: 5px;
    height: 100%;
    padding: 16px 0;
}

.Header_centre h1 {
    color: white;
    font-size: 40px;
    font-weight: bold;
    padding-left: 20px;
    /* width: 90%; */
    display: inline-block;
    
}

.Header_centre img {
    margin-left: 16px;
    max-height: 120px;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

#logo-section {
    width: 10%;
    
}

#title-section {
    width: 85%;
}

@media (max-width: 800px) {
    #logo-section, #old-man-image {
        display:none;
    }
    
    #title-section {
        width: 100%;
    }
}

#Footer {
    Width: 99%;
    text-align: right;
    padding-top: 20px;
}

/* Dynamic Converter Styles */

.Heading1 {
    width: 100%;
    background-color: #8e5fc3;
    margin-bottom: 10px;
}

.Heading1 span {
    display: block;
}

.Heading1 h1 {
    height: 100%;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0.35em;
}

.Heading1 h2 {
    height: 100%;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0.35em;
}

.content h3 {
    width: 100%;
    color: #000;
    font-size: 1.0em;
    font-weight: bold;
    line-height: 18px;
    padding-left: 5px;
    margin-bottom: 5px;
}

.Heading1 span {
    background: url(NA_nav_bg_tr.gif) top right no-repeat;
}

.Heading1 span span {
    background: url(NA_nav_bg_br.gif) bottom right no-repeat;
}

.Heading1 span span span {
    background: url(NA_nav_bg_bl.gif) bottom left no-repeat;
}

.Heading1 span span span span {
    background: url(NA_nav_bg_tl.gif) top left no-repeat;
}

a {
    color: #963994;
    font-family: Arial;
    font-size: 1em;
    text-decoration: none;
    cursor: hand;
}

a:hover {
    color: #963994;
    font-family: Arial;
    font-size: 1em;
    text-decoration: underline;
    cursor: hand;
}

.back_link {
    color: #666666;
    font-family: Arial;
    font-size: 1em;
    text-decoration: none;
    cursor: hand;
}

.back_link:hover {
    color: #666666;
    font-family: Arial;
    font-size: 1em;
    text-decoration: underline;
    cursor: hand;
}

.content {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}

.imageBorder img {
    padding: 0px 5px 5px 5px;
}

p {
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 15px;
    line-height: 1.4;
}

.FOM {
    width: 100%;
    clear: all;
    float: left;
    padding: 5px 5px 5px 5px;
}

div.content_separator {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* ######## SSM Styles ########## */
.navSSM {
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
    margin: 0 0 10px;
    padding: 10px 0 0;
}

a.navSSM:hover {
    color: #999999;
}

.display-inline{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}